-
Notifications
You must be signed in to change notification settings - Fork 453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Client: when computing disk usage, don't include VM shared directories #3901
base: master
Are you sure you want to change the base?
Conversation
These directories are inside the VM, so we've already counted them. Also, traversing them can be very slow if the dir is big (e.g. nanoHUB@home)
The Travis CI build is failing on fetching sqlite. |
@davidpanderson, I see sqlite3 usage still in browser.cpp |
I found this branch: https://github.com/BOINC/boinc/compare/dpa_remove_sqlite |
I must have forgotten to make a PR for that.
…On Mon, Jul 13, 2020 at 5:23 PM Vitalii Koshura ***@***.***> wrote:
I found this branch:
https://github.com/BOINC/boinc/compare/dpa_remove_sqlite
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3901 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHQVAKQQ5K2NLJ37JC7DA3R3OQQTANCNFSM4OXGRNNA>
.
|
That file (browser.cpp) should be removed. |
@davidpanderson, it's already removed in a different PR |
Actually, it turns out that shared/ resides in the host FS, |
I'm changing this PR to draft then. Feel free to change it back when you think it's ready |
These directories are inside the VM, so we've already counted them.
Also, traversing them can be very slow if the dir is big (e.g. nanoHUB@home)